type runtime.stackObjectRecord
10 uses
runtime (current package)
mgcstack.go#L155: r *stackObjectRecord // info of the object (for ptr/nonptr bits). nil if object has been scanned.
mgcstack.go#L162: func (obj *stackObject) setRecord(r *stackObjectRecord) {
mgcstack.go#L274: func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) {
stack.go#L1250: func getStackMap(frame *stkframe, cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {
stack.go#L1358: var methodValueCallFrameObjs [1]stackObjectRecord // initialized in stackobjectinit
stack.go#L1379: methodValueCallFrameObjs[0] = stackObjectRecord{
stack.go#L1389: type stackObjectRecord struct {
stack.go#L1399: func (r *stackObjectRecord) useGCProg() bool {
stack.go#L1403: func (r *stackObjectRecord) ptrdata() uintptr {
stack.go#L1412: func (r *stackObjectRecord) gcdata() *byte {